.mb-menu-list .model-title{
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
body .header.active .share-link .list { background: #e5e5e5; }
.cn-web .header .share-link { display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center;}
body  .dy-btn{
  display: block;
}

body .swiper-foot .swiper-pagination .list::before{
  transform: translateY(0);
  -webkit-transform: translateY(0);
  top: 7px;
}
body .swiper-foot .swiper-pagination .list::after{
  transform: translateY(0);
  -webkit-transform: translateY(0);
  top: 7px;
}

.mb-menu-list .model-title:hover{
  color: #02529b;
}

.mb-menu-list  .title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.mb-menu-list .link{
  margin-bottom: 30px;
  
}

.mb-menu-list .link a{
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  cursor: pointer;
}

.mb-menu-list .link a:hover{
  text-decoration: underline;
}
.header .dropdown-menu .menu-list{
  /* padding-top: 20px; */
}

.list-wrap{
  display: flex;
  justify-content: space-between;
}

.nav-list #email{
  width: 100%;
  padding: 4px 6px;
  font-size: 14px;
  height: 45px;
  outline: none;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
}
#sbmit_mail{
  font-size: 14px;
  background-color: #02529b;
  color: #fff;
  width: 100px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 6px;
}
body .header .head-nav .list .mb-two-menu.menu-list{
  border-radius: 0!important;
}



@media screen and (max-width: 950px) { 
  .new-mobile-nav{
    display: block;
    max-height: 40vh;
    overflow: auto;
  }
  .new-mobile-nav *{
    color: #333333;
  }

  .new-mobile-nav .link{
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    color: #333333;
    border-top: 1px solid rgba(0, 0, 0, .2);
  }
  .new-mobile-nav .link:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, .2);
  }
  .mobile-nav {
    position: relative;
    box-shadow: 0px 7px 5px #0000001c;
  }
  /* .mobile-nav::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0px 7px 25px -14px #000;
  } */
  .menu-switch-img{
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url('../img/tips/open.png');
  }
  .menu-switch-img.active{
    width: 15px;
    height: 2px;
    background-image: url('../img/tips/close.png');
  }

  .sub-menu-list{
    padding: 0 40px;
    height: 0;
    transition: all .3s;
    overflow: hidden;
  }

  .sub-menu-list .title-link{
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .02);
  }

  .header{
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
  }
  .sub-link-list{
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }



  .sub-link-list span{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
  }

  .sub-link-list a{
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    text-align: left;
  }

  

  .submenu-switch{
    display: none;
    background-size: contain;
    width: 15px;
    height: 10px;
    transition: all .3s;
    background-image: url('../img/tips/down.png');
  }

  .submenu-switch.active{
    background-image: url('../img/tips/up.png');
  }

  .liActive + .sub-menu-list{
    height: auto;
  }
  .subActive + .sub-link-list{
    height: auto;
  }

  .mobile-nav .share-link{
    display: block!important;
    float: none!important;
    font-size: 20px!important;
  }
  .share-link  .search-main{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);

  }
  .share-link  .search-main .seach-input{
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    flex: 1;
    color: #999999;
    outline: none;
    border: 0
  }
  .share-link  .search-main .img2{
    width: 18px;
    height: 18px;
  }
  .medium-list{
    display: flex;
    align-items: center;
    padding: 10px 20px;
  }
}





.language-list{
  position: relative;
}
.language-list .lang-list{
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 120px;
  background: #f3f3f3;
  z-index: 10200;
  box-shadow: 0 0 3px #666;
}

.language-list:hover .lang-list{
  display: block;
}

.language-list .lang-list li{
  padding: 13px 17px;
}
.language-list .lang-list li:hover{
  background: #e8e8e8;
}

.language-list .lang-list li:hover .lang-item{
  color: #02529b;
}

.language-list .lang-list li .lang-item{
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  outline: none;
}


.language-list .lang-list li img{
  margin-right: 16px;
}
.show-M-language{
  position: relative;
  display: none;
  float: right;
  width: 45px;
  height: 45px;
  margin-top: 7px;
  line-height: 45px;
  margin-right: 17px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  font-size: 12px;
  color: #333;
}

.show-M-language .multi-language{
  position: absolute;
  background: #02529b;
  width: 157px;
  text-align: center;
  padding: 10px 20px;
  z-index: 100000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  border: 1px solid #fff;
}
#global{
  font-size: 14px;
  line-height: normal;
}
.show-M-language .multi-language li{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

.show-M-language .multi-language li a{
  color: #fff;
  font-size: 14px;

}

@media screen and (max-width: 950px){
  .show-M-language {
      display: block;
  }
}